home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-16 | 509 b | 19 lines | [TEXT/CCL2] |
- (defrecord InstrumentChunk
- (ckID :signed-long)
- (ckSize :signed-long)
- (filler1 :signed-byte)
- (baseFrequency :unsigned-byte)
- (filler2 :signed-byte)
- (detune :unsigned-byte)
- (filler3 :signed-byte)
- (lowFrequency :unsigned-byte)
- (filler4 :signed-byte)
- (highFrequency :unsigned-byte)
- (filler5 :signed-byte)
- (lowVelocity :unsigned-byte)
- (filler6 :signed-byte)
- (highVelocity :unsigned-byte)
- (gain :signed-integer)
- (sustainLoop :aiffloop)
- (releaseLoop :aiffloop)
- )